home *** CD-ROM | disk | FTP | other *** search
/ Champak 56 / Volume 56 - JOGO DISK .iso / Games / horseranch_MA.swf / scripts / DefineButton2_426 / BUTTONCONDACTION on(release).as
Text File  |  2008-01-11  |  209b  |  15 lines

  1. on(release){
  2.    tanggal++;
  3.    if(tanggal > 30)
  4.    {
  5.       tanggal = 1;
  6.       bulan++;
  7.       if(bulan > 12)
  8.       {
  9.          bulan = 1;
  10.          tahun++;
  11.       }
  12.    }
  13.    gotoAndStop("kandang");
  14. }
  15.